Package io

Functions

Link copied to clipboard
fun gets(): String

It gets a line of input text from the standard input stream.

Link copied to clipboard
fun puts(message: Any?)

It prints the given message appended with a new line to the standard output stream.